home *** CD-ROM | disk | FTP | other *** search
/ Fritz: All Fritz / All Fritz.zip / All Fritz / FILES / DESKHING / PICTURE3.LZH / MISCS.EXE / STANDARD.CVT < prev    next >
Text File  |  1991-12-31  |  920b  |  40 lines

  1. ; This is a standard replacement file to use with CONVERT.
  2. ; It changes "soft CR's" (SPACE CR) to a single SPACE.
  3. ; It changes DOUBLE QUOTES to double SINGLE QUOTES.
  4. ; It converts TABS to 8 spaces.
  5. ; It changes '<' to STARTCODE and '>' to ENDCODE.
  6. ;
  7. ; change CR/LF to just CR
  8. =e=l
  9. =e
  10. ; if indents were made by multiple spaces, this strips off the final
  11. ;  remaining first space after changing multiple spaces to single spaces
  12. =e=032
  13. =e
  14. ; soft CR's; this works with some word processors
  15. =032=e
  16. =032
  17. -=e
  18. -
  19. ; DOUBLE QUOTE replacements must be done in this order.
  20. ; left DOUBLE QUOTE, with SPACE or CR before it.
  21. =032"=?1
  22. =032``=?1
  23. =e"=?1
  24. =e``=?1
  25. ; right DOUBLE QUOTE, with anything else before it.
  26. =?1"
  27. =?1''
  28. ; left DOUBLE QUOTE, as first character.
  29. "
  30. ``
  31. ; TAB - May want instead to turn TABs to single spaces
  32. =009
  33. =032=032=032=032=032=032=032=032
  34. ; STARTCODE
  35. <
  36. =017
  37. ; ENDCODE
  38. >
  39. =016
  40.